ModuleInfoEx()
REQUIRED - DescAPI version: 2.xx
The ModuleInfoEx function is the first one called by WhereIsIt when collecting data about available plugins. This function will present your Description module's name, author, and version to WhereIsIt. A function with this name must be exported from your DLL file for WhereIsIt to accept it as a description module.
VOID ModuleInfoEx(
LPMODULEINFOREC lpModuleInfo // points to the MODULEINFOREC structure that receives plugin details
);